Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.forms.layout.io.plugins.MainContribution--widgetConverters

This contribution is part of XML component org.nuxeo.ecm.platform.forms.layout.io.plugins.MainContribution inside nuxeo-platform-forms-layout-io-plugins-9.10.jar /OSGI-INF/layouts-io-plugins-contrib.xml

Extension Point

Extension point widgetConverters of component LayoutStore.

Contributed Items

  • <widgetConverter name="labelTranslation" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetLabeli18nConverter
          </converter-class>
        </widgetConverter>
  • <widgetConverter name="directoryToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetDirectoryItemsConverter
          </converter-class>
        </widgetConverter>
  • <widgetConverter name="coverageToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.CoverageWidgetConverter
          </converter-class>
        </widgetConverter>
  • <widgetConverter name="subjectsToSelectOptions" order="10">
          <categories>
            <category>standalone</category>
          </categories>
          <converter-class>
            org.nuxeo.ecm.platform.forms.layout.io.plugins.SubjectsWidgetConverter
          </converter-class>
        </widgetConverter>

XML Source

<extension point="widgetConverters" target="org.nuxeo.ecm.platform.forms.layout.LayoutStore">

    <widgetConverter name="labelTranslation" order="10">
      <categories>
        <category>standalone</category>
      </categories>
      <converter-class>
        org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetLabeli18nConverter
      </converter-class>
    </widgetConverter>

    <widgetConverter name="directoryToSelectOptions" order="10">
      <categories>
        <category>standalone</category>
      </categories>
      <converter-class>
        org.nuxeo.ecm.platform.forms.layout.io.plugins.WidgetDirectoryItemsConverter
      </converter-class>
    </widgetConverter>

    <widgetConverter name="coverageToSelectOptions" order="10">
      <categories>
        <category>standalone</category>
      </categories>
      <converter-class>
        org.nuxeo.ecm.platform.forms.layout.io.plugins.CoverageWidgetConverter
      </converter-class>
    </widgetConverter>

    <widgetConverter name="subjectsToSelectOptions" order="10">
      <categories>
        <category>standalone</category>
      </categories>
      <converter-class>
        org.nuxeo.ecm.platform.forms.layout.io.plugins.SubjectsWidgetConverter
      </converter-class>
    </widgetConverter>


  </extension>